﻿/*清除元素默认的内外边距  */
@charset "utf-8";
* {
    /* margin: 0;*/
    padding: 0;
    /*box-sizing: border-box;*/
}

/* CSS Document */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, img {
    padding: 0;
    margin: 0;
}

fieldset, img {
    border: 0;
max-width: 960px !important;
}

address, caption, cite, code, dfn, em, strong, th, var, i {
    font-weight: normal;
    font-style: normal;
}

ol, ul, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a:hover {
    color: #e33333;
}

/*-- All --*/
html {
    /*min-width: 1150px;*/
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    font-size: 20px;
}

a:hover {
    color: #1968CA;
    text-decoration: none;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}

body {
    background-color: #F7FBFE;
    font: 16px 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #333333;
}

.hide,
.none {
    display: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    /**zoom: 1*/
}

/*多图片轮播*/
.picScroll-left {
    /*overflow: hidden;*/
    position: relative;
    padding-bottom: 20px;
}

.picScroll-left .hd {
    /*overflow: hidden;*/
    height: 30px;
}

.picScroll-left .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
    margin-top: 10px;
}

.picScroll-left .hd ul li {
    display: inline-block;
    width: 116px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
}

.picScroll-left .hd .prev {
    display: block;
    width: 28px;
    height: 37px;
    position: absolute;
    left: -28px;
    top: 46%;
    cursor: pointer;
    background: url("../images/part2/arrow_left.png") no-repeat;
}

.picScroll-left .hd .next {
    display: block;
    width: 28px;
    height: 37px;
    position: absolute;
    cursor: pointer;
    background: url("../images/part2/arrow_right.png") no-repeat;
    right: -28px;
    top: 46%;
}

.picScroll-left .bd {
    padding: 10px 0;
    width: 100%;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 20%;
    position: relative;
}


.picScroll-left .bd ul li .pic {
    text-align: center;
    height: 150px;
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 92%;
    height: 150px;
}

.bigimg{width:600px;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff;}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
.mask:hover{cursor:zoom-out}
.bigimg:hover{cursor: move}
.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
.mask>img:hover{cursor:pointer}


.rhzt-left {
    /*overflow: hidden;*/
    position: relative;
    padding-bottom: 20px;
}

.rhzt-left .hd {
    /*overflow: hidden;*/
    height: 30px;
}

.rhzt-left .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
    margin-top: 10px;
}

.rhzt-left .hd ul li {
    display: inline-block;
    width: 116px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
}

.rhzt-left .hd .prev {
    display: block;
    width: 28px;
    height: 37px;
    position: absolute;
    left: -28px;
    top: 46%;
    cursor: pointer;
    background: url("../images/part2/arrow_left.png") no-repeat;
}

.rhzt-left .hd .next {
    display: block;
    width: 28px;
    height: 37px;
    position: absolute;
    cursor: pointer;
    background: url("../images/part2/arrow_right.png") no-repeat;
    right: -28px;
    top: 46%;
}

.rhzt-left .bd {
    padding: 10px 0;
    width: 100%;
}

.rhzt-left .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.rhzt-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 20%;
    position: relative;
}


.rhzt-left .bd ul li .pic {
    text-align: center;
    height: 150px;
    text-align: center;
}

.rhzt-left .bd ul li .pic img {
    width: 92%;
    height: 150px;
}
.rhzt-left .bd .tempWrap {
height: 258px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    width: 100% !important;
    margin: auto;
    padding-bottom: 10px;
}